Error while deploying the ASP.NET web application using iis 7.5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahul2310
    New Member
    • Oct 2013
    • 62

    Error while deploying the ASP.NET web application using iis 7.5

    i have designed web application using visual studio 2010.
    i deployed it on my home system using iis 7.5.
    I opened iis and then i simply clicked on import application in action tabs deploy section.
    Selected zip.file which was build through visual studio 2010,clicked next and the site was published and running well.

    When i do same process in my organization server,when we browse and select deployed package(zip file) in iss import application it gives below error.

    Code:
    BlockHarmfulDeleteOperations (Block Harmful Provider Delete Operations Rule) [0.50]
    where i am wrong please help its urgent
  • rahul2310
    New Member
    • Oct 2013
    • 62

    #2
    i understood it is a rule in web deployment and question is how to disable it.
    please reply if someone knows how to disable web deployment rules

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      You probably don't have permission to do this on your organization's server.

      Try:
      1. Right click on your project in the Solution folder and selecting Publish to publish the web application to a folder
      2. Take the contents of the folder so that they can be moved to your web server
      3. Put the contents into the folder indicated under the "Physical Path" of your website on the server
      4. Configure the default web document etc. through IIS to get your aplication to work properly

      Comment

      • rahulsankhe1089
        New Member
        • Jul 2014
        • 10

        #4
        i will give it a try

        Comment

        Working...