I've designed a website using ASP.net MVC 3.
I wanted to host it online.
But as copied all the folders and files and uploaded in Bluehost [via FTP Manager], the page doesn't load. It still shows the template of Bluehost.
What all files should I copy? or Won't it work when I just upload them? do I have to follow any other steps?
Bluehost does not support ASPNet or MVC.
https://my.bluehost.com/cgi/help/197
You need to try other hosting company that supports Windows hosting. There are a ton, but Bluehost does not work for you.
Bluehost only offer Linux Based hosting and you can only run application which are developed on LAMP. If you want to host a website developed using .NET technology you can go for Godaddy, Hostgator or any host which offer Asp.NET hosting.
You can check some hosting recommendations here http://freeasp.net
Related
Let's say I have domain "mysite.com". I want to go to wordpress site when I'm on "mysite.com" and do asp.net mvc when I'm on "mysite.com/app".
Is it possible? (Hosting that I consider has iis and wordpress installed)
Let's say I have domain "mysite.com". I want to go to wordpress site when I'm on "mysite.com" and do asp.net mvc when I'm on "mysite.com/app". Is it possible? (Hosting that I consider has iis and wordpress installed)
According to your description, I suggest you could consider using add nested web application inside the workpress IIS web site to achieve your requirement.
More details, you could refer to below steps:
1.Deploy your MVC application to your server by using web deploy
2.Right click the wordpress site and click add application inside the IIS
3.Type in app as the alias and select the MVC folder as the physical path
4.Click OK
Result:
using windows IIS hosting you can get what you need.
I have created a web site in asp.net with sql database. I want to publish it. I searched on google but it is showing me to publish site on iis. But I want to publish it online like www.mysite.com.
How can i publish my asp.net website like above.
ASP.NET applications can be only hosted in IIS Server.
So you need a web server to publish your website.
Then you need to purchase a domain name like "www.mysite.com" from any vendors.
Then you can easily map the purchased domain to your published site in IIS.
Hope this will help you..
i found this on the with a quick search:
https://www.youtube.com/watch?v=fWLCZukjPz0
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 have an web Application. My application work properly when i hosting as site(www.example.com). But when try to host as a application under my site (www.example.com/everway) css file & javascript (window.location.href) not work.
Your asset URLs when hosted at www.example.com/everway would look like www.example.com/everway/javascripts/application.js, right?
www.example.com/javascripts/application.js and www.example.com/everway/javascripts/application.js are not the same.
Does your application account for that difference?
We have taken a domain for our asp.net application. That application is deployed in our server (IIS7).. when we are trying to access that website its showing one big IIS7 screen..
can you pls let me know the issue.
Regards,
Abhi
Is your application definitely deployed at the root of the website in IIS or is it deployed as a virtual directory?
Because this is the behaviour I would expect if it is deployed as a virtual directory.