Error due to web config

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vjainpee
    New Member
    • Apr 2008
    • 9

    Error due to web config

    I made a small program to test the login control and written nothing in .cs file
    .when I run the code it asks me the web confi , I chose the Add new web config option
    after that it gives me "The operation could not be completed"
    and no other clue

    Please help
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Have you setup the application correctly in IIS?

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      I think that what you are saying is that Visual Studio is prompting you to add a Web.Config file when you debug, and then fails to add the file.

      If you are on Vista, make sure that you choose "Run as Administrator." Otherwise, make sure that you have permissions in the directory. If that is all correct and you still can't do it, manually add a Web.Config file and see if that works. If that doesn't work, write one in notepad and put it in the directory.

      Comment

      Working...