You do not have permission to view this directory or page using the credentials that you supplied.
</div> </div>
When I do the compatibility check I get the following results which I am not sure if this is the cause of the problem:
ASP.NET version Uknown
Simple HTML page Not Available
If I just upload a single file .cshtml I get the error above. What else do we need to upload to the server in order to make a single default page running?
I have contacted my provider and are willing to help me. However I have not installed a database on my local machine and it works fine. My hosting provider asked me if they have to setup a database for me. I do not need it but is it necessary to make it
run on the remote server??? thanks...
I have to mention that I am developing a mojo website
do you use db on your application ? if you doesn't use any db, then is not necessary for them to create for you.
but if you uses the SQL COMPACT in your local machine webmatrix and it works fine, when you deploy using webdeploy, it will helps to upload the db to the server, also, no need them to create the db for you.
*** Please remember to click "Mark as Answer" on this post if it helped you ***
I dont use db on my application (it failed to setup it but anyway i dont need it) - the cshtml files are working fine locally. I just need 3 simple cshtml files with 3 tab - links. I have to mention however that I have uploaded them NOT using the web deploy
but I copied the files on the server. Does this matter??
ImpossibleIs...
Member
28 Points
13 Posts
Publishing through Web Matrix problems
Apr 22, 2011 09:05 AM|LINK
Hi,
I am trying to upload a website using webmatrix. The website works fine locally.
When I upload it I get the error message
<div id="content"> <div class="content-container">403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.
</div> </div>When I do the compatibility check I get the following results which I am not sure if this is the cause of the problem:
ASP.NET version Uknown
Simple HTML page Not Available
If I just upload a single file .cshtml I get the error above. What else do we need to upload to the server in order to make a single default page running?
scngan
Participant
1650 Points
333 Posts
MVP
Re: Publishing through Web Matrix problems
Apr 23, 2011 03:56 PM|LINK
you need to contact your hoster and check with them if their server support WebDeploy and webmatrix (web pages - cshtml, vbhtml)
http://blog.scnetstudio.com
ImpossibleIs...
Member
28 Points
13 Posts
Re: Publishing through Web Matrix problems
Apr 23, 2011 11:58 PM|LINK
I have contacted my provider and are willing to help me. However I have not installed a database on my local machine and it works fine. My hosting provider asked me if they have to setup a database for me. I do not need it but is it necessary to make it run on the remote server??? thanks...
I have to mention that I am developing a mojo website
scngan
Participant
1650 Points
333 Posts
MVP
Re: Publishing through Web Matrix problems
Apr 24, 2011 04:44 AM|LINK
do you use db on your application ? if you doesn't use any db, then is not necessary for them to create for you.
but if you uses the SQL COMPACT in your local machine webmatrix and it works fine, when you deploy using webdeploy, it will helps to upload the db to the server, also, no need them to create the db for you.
http://blog.scnetstudio.com
ImpossibleIs...
Member
28 Points
13 Posts
Re: Publishing through Web Matrix problems
Apr 24, 2011 06:40 AM|LINK
I dont use db on my application (it failed to setup it but anyway i dont need it) - the cshtml files are working fine locally. I just need 3 simple cshtml files with 3 tab - links. I have to mention however that I have uploaded them NOT using the web deploy but I copied the files on the server. Does this matter??
Thanks
scngan
Participant
1650 Points
333 Posts
MVP
Re: Publishing through Web Matrix problems
Apr 24, 2011 09:03 AM|LINK
doesn;t matter...as long as the server support webpages, then your page will be run fine :D
http://blog.scnetstudio.com
ImpossibleIs...
Member
28 Points
13 Posts
Re: Publishing through Web Matrix problems
Apr 24, 2011 09:10 AM|LINK
ok then ... hope my hosting provider finds the solution!
scngan
Participant
1650 Points
333 Posts
MVP
Re: Publishing through Web Matrix problems
Apr 24, 2011 10:26 AM|LINK
you can ask them to check out the web platform installer for ease their configuration.
or perhaps under IIS7,
configure mime type for .cshtml
Extension: .cshtml
Mime Type: text/html
http://blog.scnetstudio.com
ImpossibleIs...
Member
28 Points
13 Posts
Re: Publishing through Web Matrix problems
Apr 25, 2011 01:38 PM|LINK
My hosting provider told me that he got the following error:
xception Details: System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
Source Error:
Line 1: @{
Line 2: WebSecurity.InitializeDatabaseConnection("StarterSite", "UserProfile", "UserId", "Email", true);
Line 3: // WebMail.SmtpServer = "mailserver.example.com";
Line 4: // WebMail.EnableSsl = true;
Any suggestions/ideas what all this is about?
Thanks
scngan
Participant
1650 Points
333 Posts
MVP
Re: Publishing through Web Matrix problems
Apr 27, 2011 05:33 AM|LINK
the server havent successfuly configure to handle cshtml/vbhtml :D
are .net framework 4 being installed ?
http://blog.scnetstudio.com