That is a major task to configure web site to IIS. IIS have too many properties which is to be set to run and asp.net application.
Here are few things which we have to keep while setup of machines for .net 2005
Steps to configure IIS:-
- After windows installation we have to install IIS.
- Install Sql server 2005
- Install .net 2005
The error will be
“A name was started with an invalid character. Error processing resource”
For solution click here
Following are the steps to configure IIS
Go to Start >> Run >>type inetmgr
Screen of IIS will appear
Follow following steps:-
Now open you internet explorer and type http://Localhost/test
"test" is your site name so make sure you provide your site name.
1 comment:
Thank you for this post. I have wandered in the ASP.NET wilderness looking for and trying various solutions to this question for ages and you solved my problem for me in one go.
Post a Comment