Manually Configure site for ASP .NET 2

  • Thread starter Thread starter Gol Yass
  • Start date Start date
G

Gol Yass

Hi

I am using Visual Studio 2005 on windows XP professional (with IIS).

Following the walkthrough provided by help "creating web page for mobile
devices" , I have created a website , but as soon as I carry out the last
step in creating the website , as the website is being loaded in the IDE , I
get error message "Configuring web site http//localhost/DeviceWalkthrough
to ASP .NET 2.0 failed. You may need to manually configure this site for ASP
..NET 2.0 in order for you site to run correctly ".

Could you please tell me how can I manually configure the site ???


Thank you.
 
Hi Gol,

To set a site to use ASP.NET 2.0, right click on your web
application/virtual directory and select properties. From there, under the
ASP.NET-tab, select "ASP.NET version: 2.0.50727".

If the ASP.NET tab isn't there, you need to install ASP.NET. Run
"aspnet_regiis.exe -i" from a command window. (The .exe is located in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727).

Good luck!

Regards,
Nils Magnus
 
Hello srinivas,

Moreover, what do u want to configurate?
Have u read this http://blogs.msdn.com/david.wang/ar...-Install-and-Run-ASP-Net-20-Side-by-Side.aspx
?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

sr> i am not able to configure http://localhost:8090/MyWeb to ASP.NET 2
sr>
sr> From
sr> http://www.google.co.in/search?hl=en&q=how+to+manually+configure+web
sr> +site+http://localhost/---+to+ASP.NET+2.0?&meta=
sr>
sr> Posted via DevelopmentNow.com Groups
sr> http://www.developmentnow.com
 
Back
Top