开发者

Deploy application on IIS windows server 2008

开发者 https://www.devze.com 2023-02-28 15:04 出处:网络
I have created a webservice and I want to deploy it on my local machine. I am using Windows Server 2008 R2 Ente开发者_C百科rprise edition. Till now I have done following things:

I have created a webservice and I want to deploy it on my local machine. I am using Windows Server 2008 R2 Ente开发者_C百科rprise edition. Till now I have done following things:

  1. Copied compiled file to the folder in WWWROOT folder [MyApp]

    Deploy application on IIS windows server 2008

  2. Shared the folder to all available role in the computer

    Deploy application on IIS windows server 2008

  3. I have checked in the IIS and I can see the folder here

    Deploy application on IIS windows server 2008

  4. But when I tried to browse it from IIS I am getting this error:

    Deploy application on IIS windows server 2008

Please help me.


If you look in your error screen you will see it say to enable directory browsing in your IIS :)

I think this should do the trick.

http://technet.microsoft.com/en-us/library/cc731109%28WS.10%29.aspx


Simple, you forgot to write Service asmx :)

http://localhost/MyApp/Service1.asmx

this should work

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号