Unable to create a new web project in Visual Studio 2013

前端 未结 5 1201
悲哀的现实
悲哀的现实 2020-12-16 22:48

Background:

I am trying to use my office machine, where I have some limited rights, from home. All products are installed through when I was connect

5条回答
  •  情话喂你
    2020-12-16 23:04

    Alright - I am able to find the workaround.

    If you find this error coming then probably it is to do with the IISExpress or IIS configuration that you may not be able to control from home.

    The workaround that I have found is that:

    1. Create Project,
    2. System will not be able to attach the project, however it has been created. Then browse to that directory where the project has been created, and open the project file in the notepad or any editor.
    3. Make sure that false
    4. Before modifying further in the project file, Create a virtual directory in your IIS and point to the project path.
    5. find in your project file config.
    6. Define the virtual directory path under IISUrl.

    Your config file should look something like this:

    
              True
              True
              0
              /
              http://localhost/YourAppAlias/
              False
              False
              
              
              False
            
    

提交回复
热议问题