I tried to run the ASP.net samples created by VB.net. But it doesn't run successfully. For example, I copied VB project folder at C:\Inetpub\wwwroot\VB\Project. From the web browser I typed http://localhost/VB/Project/Project.aspx
Only the text for some LabelControls showed up, not the content Text generated by project.aspx.vb. Does that mean that I didn't set the IIS and ASP.net correct?
![]() |
0 |
![]() |
Can you post the source code for your application. This may make it easier to debug what is going on.
Thanks.
Glen Kowalski
Software Design Engineer / Test
Microsoft Corporation
This posting is provided "AS IS" with no warranties,
and confers no rights.
![]() |
0 |
![]() |
hi
try the folowing if you haven't
on IIS window go to Default Web Site
right click on it and choose <...virtual directory...> from context menu
choose a name as VBSamples on first window as virtual directory name
on next window locate your samples folder (in this case C:\Inetpub\wwwroot\VB\Project)
continue untill you finish.
now you can run the vile when going to the following address
<http://localhost/VBSamples/project.aspx>
nzj
Distinti saluti,
Nazeeh Ghatasheh
| Jordan Engineers Association JEA
| mob : +962 77 457466
| Lavoro: +962 6 5607616 Ext. 247
| nazeehgh@yahoo.com
| nazeehgh@gmail.com
| nzgh@hotmail.com
| nazeeh@jea.org.jo
![]() |
0 |
![]() |
Thanks,
It works now.
![]() |
0 |
![]() |