Deployment Problem

S

Stephen Noronha

Hi,
I tried a sample application using VS .NET and created a deployment project
using VS .NET. It created a setup file which I copied into 2 machine on that
has VS .NET installed and another with just the Framework. I run the set up
file on both the machines and it creates Virtual Directories and put all the
related files, I check for security settings on both the machines and they
are fine.
when I run the application
1. the machine that has VS .NET runs the application and shows the button
2. the machines that has only the Framework does not show the button but
does not show errors either.

the sample that i have created is using this link:
http://msdn.microsoft.com/library/d...s/vsintro7/html/vbtskdeployingwebsolution.asp
Can someone please suggest?

Thanks,
Stephen.
 
G

Gerry O'Brien [MVP]

Have you verified that the directory was created correctly under
inetpub\wwwroot?

Have you verified that ASP.NET functions on the computer without VS?
 
S

Stephen Noronha

Hi Gerry,

It does deploy the application as a virtual web folder on the InetPub, and
yes everything is installed perfectly. I can run either the vbc or csc and
its fine.

Please advice,
Stephen.
 
G

Gerry O'Brien [MVP]

Does the virtual folder have any indication that it is an application?

Right click the folder icon under IIS and choose Properties. On the Home
Directory tab or Directory tab, verify that there is an entry in the
Application text box.

Also, can you verify that aspnet_isapi.dll is in the
C:\Windows\Microsoft.NET\Framework\version# folder. If course, replace
version# with the version of the framework you have installed.



--
Gerry O'Brien
Visual Developer .NET MVP
Visual Basic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top