Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts

Friday, October 28, 2011

Registering ASP.NET on IIS

Registering ASP.NET on IIS after installing the .NET Framework




aspnet_regiis.exe, it is located under %WindowsDir%\Microsoft.NET\Framework\vx.y.zzzz\ and should be called with the -i parameter: aspnet_regiis.exe -i








run aspnet_regiis.exe -i in VS 2010 command prompt.
http://pantestmb.blogspot.com/2011/10/svc-integrated-bad-module.html

Sunday, October 16, 2011

svc-Integrated bad module ManagedPipelineHandler


HTTP Error 500.21 - Internal Server Error

Handler "svc-Integrated" has a bad module "ManagedPipelineHandler" in its module list






Solution : 
run aspnet_regiis.exe -i in VS 2010 command prompt.



Visual Studio 2010 -> Tools -> command prompt :



Tuesday, March 8, 2011

Access ASMX web services from ASPX

- In order to access an ASMX web service from
an ASPX page, is mangatory to "Convert to Application" ;

Let's say that Our web folder on LOCALHOST
where we have web.config, asmx and aspx files is called SOFTY ;
IIS : Right click on SOFTY folder, and then "Convert to Application"












Simple Web Service ASMX , ASPX , web.config :
source code