Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Visual Studio.NET -> ASP.NET problem

Visual Studio.NET -> ASP.NET problem

Scheduled Pinned Locked Moved Visual Studio
csharpasp-netvisual-studiohelp
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Surender
    wrote on last edited by
    #1

    I installed trial version of Visual Studio.NET and i tried doing a simple example in ASP.NET using VB.Net.Below is my problem: I have a 'button' WebForm control and a 'label' WebForm control in a aspx file.I added appropriate code inside the .vb file like when a user clicks on button then it should display hello world on the label. When i tried running the sample i could see only blank page.All i see is the Label ID.Is there any settings i need to modify inorder for the sample to run.Even i downloaded one basic sample from Microsoft site and could not be able to run the sample[I mean i could not see the web page output].

    R 1 Reply Last reply
    0
    • S Surender

      I installed trial version of Visual Studio.NET and i tried doing a simple example in ASP.NET using VB.Net.Below is my problem: I have a 'button' WebForm control and a 'label' WebForm control in a aspx file.I added appropriate code inside the .vb file like when a user clicks on button then it should display hello world on the label. When i tried running the sample i could see only blank page.All i see is the Label ID.Is there any settings i need to modify inorder for the sample to run.Even i downloaded one basic sample from Microsoft site and could not be able to run the sample[I mean i could not see the web page output].

      R Offline
      R Offline
      Ray Williams II
      wrote on last edited by
      #2

      You may have encountered a problem installing the ASP.NET ISAPI filters during your installation. You can complete you installation manually for a command prompt: Step 1: Select [Start], [Programs], [Microsoft Visual Studio .NET (or .NET 2003)], [Visual Studio .NET (or .NET 2003) Command Prompt] Step 2: Switch to your installation location... cd c:\windows\microsoft.net\framework [<-PRESS ENTER] Step 3: Run and directory to locate the directory for your current version of the .NET framework. You may have multiple version. I would select the most recent/highest version number. In my case, I would type cd v1.1.4322 [<-PRESS ENTER] Step 4: Enter the following command at the command prompt to register ASP.NET into your web server. aspnet_regiis -i When complete, you should be able to execute your sample application without additional coding.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups