Cannot publish site because the publishing location status is 'Static only'.
Details:
ASP.NET is not installed or is configured incorrectly..
If you get the error above, that mean you have not configure your site to use ASP.NET 2.0. Please follow below's instruction.
Publishing via TEMP url: http://siteXXX.mysite4now.com/Yourmemberid
1) Go to your control panel->SiteAdmin->.Net Application
In that section, you'll see "Manage IIS Application (For Temporary URL)" in there, you'll see your temporary URL and go click on [Change .Net Version] , choose v2.0. and click Go.
2)
Using File Manager in Control Panel->SiteAdmin->FileManager, go
to the folder where you are planning to publish to. In that folder,
create a subfolder call APP_DATA
3)
Using Control panel->Security->File Permission, browse to the
folder you've just created "APP_DATA" and assigne the user
Network_Service FULL permission.
Publishing via your own url:
http://yourdomain.com
1) Go to your control panel->SiteAdmin->.Net Application
In that section, you'll see "Manage IIS Application" in there, you'll see your URL and go click on [Change .Net Version] , choose v2.0. and click Go.
2)
Using File Manager in Control Panel->SiteAdmin->FileManager, go
to the folder where your domain name points to. In that folder, create
a subfolder call APP_DATA
3)
Using Control panel->Security->File Permission, browse to the
folder you've just created "APP_DATA" and assigne the user
Network_Service FULL permission.