Problem creating Web Asp.net project with Visual Studio .Net 2003 ?

  • Thread starter Thread starter Luqman
  • Start date Start date
L

Luqman

I am using Windows XP Pro with IIS 5.1.

After installing Visual Studio .Net 2003, when I try to create a New ASP.Net
Project, following message occured:-

"Visual Studio .Net has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services."

Any Idea how can I configure IIS 5.1 to use ASP.Net Version 1.1.

Best Reards,

Luqman
 
Luqman said:
I am using Windows XP Pro with IIS 5.1.

After installing Visual Studio .Net 2003, when I try to create a New ASP.Net
Project, following message occured:-

"Visual Studio .Net has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services."

Any Idea how can I configure IIS 5.1 to use ASP.Net Version 1.1.

Best Reards,

Luqman

Here's what a two second Google search turned up...

http://support.microsoft.com/default.aspx?scid=kb;en-us;817267
 
The microsoft article referring to change setting in control
panel-Administrative Tools-Internet Information Services-Web Service
Extension Panel, but I could
not find any such panel when I click on IIS Icon in Control Panel, as I am
using IIS 5.1 but article referring to IIS 6.0, any idea please ?

Best Regards,

Luqman
 
Dear Friend,

Still having same error even after applying the said article.

I even removed and reinstalled the Visual Studio .Net 2003 again.

Is Visual Studio .Net 2003 Asp Applications compatible with IIS 5.1 or we
have to install IIS 6.0 ?


Any idea please ?

Best Regards,

Luqman
 
Thanks this fixed the problem. Make sure you Register the aspnet_isapi.dll that's what finally fixed it for me!
 
Back
Top