Hosting Windows App via Browser

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

Guest

I created a simple Windows app in VS.NET on Windows XP
I copied the "AppName.EXE" and the "AppName.Exe.Config" to a folder on a "WINDOWS 2003 Server"
The application opens fine over the browser but fails to access/read the "AppName.Exe.Config

ERROR: The remote server returned an error: (401) Unauthorized

I've given Full access to this folder to "Administrators,ASP.NET, Everyone,IUSR,Network Service, System,Users,IWAM
but nothing

In another similar App. I get a different error "The correspondingString property has not been initialized

If I copy any of these applications to any developer machine runing Windows XP and VS.NET it works fine
When copied to "WINDOWS 2003" it fails. My "WINDOWS 2003" does not have VS.NET installed

help... Thank
 
Hi,

Thanks for posting in the community.

First of all, I would like to confirm my understanding of your issue.
From your description, I understand that you wants to do un-touch deploy
your application with its config file on windows 2003.
Have I fully understood you? If there is anything I misunderstood, please
feel free to let me know.

Here is an link which may help you, please have a try and let me know the
result.

http://groups.google.com/groups?hl=zh-CN&lr=&ie=UTF-8&oe=UTF-8&threadm=yqsCH
VD1DHA.3532%40cpmsftngxa07.phx.gbl&rnum=1&prev=/groups%3Fhl%3Dzh-CN%26lr%3D%
26ie%3DUTF-8%26oe%3DUTF-8%26q%3D%2522ying-shen%2522%2Bconfig

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top