Jump to content

Recommended Posts

Posted

I've started to learn ASP.Net, and I've figured out what ASP.Net MVC is, and it looks awesome! But, from what I can tell, it's not the same as the .aspx script pages, so can I use MVC here? Thanks.

Posted

We partially support MVC5 and MVC4 on .NET 4.5, fully support MVC3, MVC2, and MVC1 on .NET 4.0, and fully support .NET 3.5 MVC. I'm not sure anyone has done this before so you might want to let us know how it goes.

Posted (edited)

Should I upload the site via FTP? I already tried doing so and it didn't upload the site, it finished with no errors but there were no files on the remote folder. I think it's a problem with my Visual Studio, because other people have the same problem, but I can't update it because I have no disk space. Or maybe it's because I think I used .NET Core.

Edited by pipe0481
Posted

Global.asax is not a file you're supposed to be able to access in a browser. The server intentionally refuses to serve it for security reasons.

 

I don't see an aspx file, probably because you didn't create a page and put code in it. You said you uploaded an empty project, so there's no pages to even view.

Posted (edited)

Don't get me wrong, I'm totally fine with using Mono, I was just asking to see if that was the problem. I just created a project in MonoDevelop and uploaded it and it still doesn't work, so I guess it isn't. Sorry if I'm being a bit annoying, I just really want to try this out.

Edited by pipe0481

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...