Getting ASP.NET to work for first time...

Discussion in 'ASP.NET / ASP.NET Core' started by hossweb, Sep 3, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I've had a site here for a couple of years. Its all ASP that I wrote by hand in a text editor. Front page extenstions were never installed.

    Anyways, I want to start doing ASP.NET in C# and got Visual Studio .NET 2003. Ienabled frontpage extensions per one of discountasp's kb articles. I opened VS, selected to start new project and pointed it to my website. I selected use frontpage extensions and a new project was created. I put a label object in webform1, changed text property to "hello world" and saved. When I try to view the page though (http://www.hossweb.com/webform1.aspx), I get the following error:

    Parser Error Message: Could not load type 'www.hossweb.com.Global'.

    Source Error:






    Code:
    Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="www.hossweb.com.Global" %>
    

    Whats wrong? Did I not set it up correctly?


    TIA!!


    -Hoss
     
  2. Doh, nevermind. Figure it out about a minute after posting this. Just needed to 'build' project.
     
  3. I'd recommend developing your applications on your local machine and then using VS's copy project command to copy them to the web server when you are happy with what you've got.

    Greg
     
  4. Where is it you go to make a new project? Everyone refers to vs.net but not sure where that is.

    Thanks

    Jordan
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page