How Make a website for HTTP ?
-
I am able to make a website in File System but when i try to make website in HTTP, I got an error message as below... Configuring web site "http://localhost/Mywebsite' to ASP.NET 2.0 failed. You may need to manually configure this site for ASP.NET 2.0 order for your site to run correctly. How i can solve this problem... Would I have to setting for IIS server. If yes then give me steps for that.
-
I am able to make a website in File System but when i try to make website in HTTP, I got an error message as below... Configuring web site "http://localhost/Mywebsite' to ASP.NET 2.0 failed. You may need to manually configure this site for ASP.NET 2.0 order for your site to run correctly. How i can solve this problem... Would I have to setting for IIS server. If yes then give me steps for that.
If your running this under IIS, not the built in web server that ships with VS 2005++, you would need to install the 2.0++ framework that create a virtual directory under IIS that points to the directory containing your files.