Click here to Skip to main content
16,022,296 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

Actually i have developed a C# web application and now i want to host my published file to IIS of my computer. But now the problem is, i am working for a banking project so i dont have admin access to do this hosting process in IIS. I took the help of my administrator and he tried it in my machine via taking remote access. Then he couldn't able to even find the folder(Published folder) in machine. In IIS its showing his desktop and his own folders since IIS opened via his credentials. So is there any other possible way to host the application rather than IIS or internet. Now both these possibilities are almost impossible.

What I have tried:

Actually i have developed a C# web application and now i want to host my published file to IIS of my computer. But now the problem is, i am working for a banking project so i dont have admin access to do this hosting process in IIS. I took the help of my administrator and he tried it in my machine via taking remote access. Then he couldn't able to even find the folder(Published folder) in machine. In IIS its showing his desktop and his own folders since IIS opened via his credentials. So is there any other possible way to host the application rather than IIS or internet. Now both these possibilities are almost impossible.
Posted
Updated 5-Sep-18 5:55am

1 solution

Run the project from within Visual Studio. It will launch an instance of IIS Express to host your application.

NB: This is for development and testing purposes only. If you want to make your application available to others, then you'll need to host it on a server. Hosting on a workstation is not an option - the included version of IIS is limited to 10 concurrent connections.

Your network administrator should either give you access to publish the application to a server, or get you to send them the published output so that they can deploy it to a server.
 
Share this answer
 
Comments
Member 13858616 6-Sep-18 8:46am    
Thanks for your help

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900