so I made a website in Visual Studio 2015 community, but when I upload it to my website it only shows the source (www.fluffykillers.com) what should i do?
I have my .htacces file to point to Default.aspx
As I guessed in my comment, the hoster that you are using (freewha.com) is not supporting ASP.NET sites, it only supports PHP as it seems.
So you will have to find another hoster that supports ASP.NET sites.
Related
I'm unable to see it in the dashboard even though I have .cshtml files in the root. Anyone knows what the problem could be and how to fix it?
The Administration feature/Package Manager was removed from version 2.0 of WebMatrix/Web Pages onwards. It was replaced by the Nuget extension within WebMatrix.
I dont know if I am just being stupid but I want to create a Web Site with asp.net. I go to File->New->Web Site and in the options it has I do not have the option of creating a Web Site like I have seen in 2008 and 2010 editions. There is the option of creating an Empty Web Site - which I do not want as I want it to come with all the configuartion settings and the deafult.aspx page. There is also an option in the 4.0 Framework for creating a website (Razor 1 or 2) but these will not allow me to use C# and again dont come with the default.aspx page.
Am I missing a trick here?
I think you want go for
ASP .net web forms site
I created a ASP.NET project (without database) and now I want to upload it to the web.
I found a hosting server (x10hosting) and I published my problem through FTP to the server.
The problem accures when I'm tring to navigate into my website - all I get is tree of the elements that are in my project (aspx pages, bin folder, etc) and even when I'm clicking on one of the pages I just see the code I wrote.
If someone could explain how to upload ASP.NET project to the web that would be great :)
Thanks alot!
To host asp .net web application/website you need to select any asp .net hosting provider. I don't think x10hosting is providing asp .net hosting service, they are facilitating php hosting in free account . You can try to other free hosting site like https://somee.com/default.aspx.
I am currently new to ASP.NET C# programming and have created a ASP.net Web application project in visual studio 2010, .NET 4.0. I have researched thoroughly to find a solution to my problem the last couple days but had no luck.
My issue is, debugging my project has no issues running on my local machine. I have a Site.Master page that is reference with a site.css. All my .ASPX pages run through the master site. However when i publish my website using File System
and setting my target location to my desktop, any call on a < href> tag to my default.aspx cannot load the site.master page. the error is as follows:
"The Master Page file 'Site.Master' cannot be loaded.
Correct the problem in Code View".
now i do have IIS 7.5 installed, and i have tried to create a website through the inetmgr by following various steps through google searches and videos and still have no luck. is there something specific i am missing? everything is named the same in reference to stylesheet.
In addition to WraithNath's comment, might want to ensure IIS is configured to allow ASP.NET
Is it possible to user Dreamweaver to edit (design not code) an ASP.net website instead of Microsoft Expression web? Does Dreamweaver support master pages or ASP.net controls?
Everything is ok with Dreamweaver, you can easily edit websites on it (note that you have to republish the final website again).
It is a IDE like Visual Studio or Expression etc. Nothing weird about it.