Web Service

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

wheneve i open ASP.Net Webservice template it gives me error message that
V.S. has ditected that the specified Web server is not running ASP.NET
version 1.1 you will be unable to run ASP.NET Web Applications or servies. so
that i again installed IIS and DotNet Famework but it again gives me same
Error.so what can i do fot it.
 
Open a command prompt and run one of the following:

Version 1.1 (Visual Studio .NET 2003)
---------------------------------------------
%WINDIR%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Version 2.0 (Visual Studio 2005)
-------------------------------------
%WINDIR%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top