473,651 Members | 2,644 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deploying a vb.net app on a network drive - Help Needed

Bob
Hello All,

I have created a vb.net app that I want to place on a network drive. Each time I try to execute it from the network, a security violation pops up and
prohibits the app from running. Running from my local system everything works fine. I can't give the exact error because I'm not at work where
this occurs. The error is something like "No Security Priviledges ---- zone: Intranet." I googled and found a near match, but reading the resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did build->cleaned the app then build->build the app. I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. Detail examples would be even
better! Or worst case provide a link to an easy understandable guide for deploying. I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob
Sep 21 '08 #1
5 1688
On Sep 21, 12:07*am, Bob <B...@No-Address.comwrot e:
Hello All,

I have created a vb.net app that I want to place on a network drive. *Each time I try to execute it from the network, a security violation pops upand
prohibits the *app from running. *Running from *my local system everything works fine. *I can't give the exact error because I'm not at workwhere
this occurs. *The error is something like "No Security Priviledges ----zone: Intranet." *I googled and found a near match, but reading the resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did *build->cleaned the app then *build->build the app. *I then took the "Release" folder and placed it on our networkdrive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. *Detail examples would be even
better! *Or worst case provide a link to an easy understandable guide for deploying. *I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob
First things first, install .NET 3.5 SP1, that service pack changes
the default security settings for intranet applications. If you don't
want to do that, please search the archives of this newsgroup at
http://groups.google.com/group/micro.../topics?lnk=sg
I written a few times on the matter and I'm sure others have as well.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
Sep 21 '08 #2

You can

Upgrade to framework 3.5 SP1 or change the Local Intranet Policy to
FullTrust you can do this by hand or with a deploy package
http://support.microsoft.com/?id=815173
HTH

Michel
"Bob" <Bo*@No-Address.comschr eef in bericht
news:11******** *************** *********@4ax.c om...
Hello All,

I have created a vb.net app that I want to place on a network drive. Each
time I try to execute it from the network, a security violation pops up
and
prohibits the app from running. Running from my local system everything
works fine. I can't give the exact error because I'm not at work where
this occurs. The error is something like "No Security Priviledges ----
zone: Intranet." I googled and found a near match, but reading the
resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did build->cleaned the app then build->build the
app. I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper
direction on how to deploy to a network. Detail examples would be even
better! Or worst case provide a link to an easy understandable guide for
deploying. I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob

Sep 21 '08 #3
Bob
On Sun, 21 Sep 2008 05:26:55 -0700 (PDT), rowe_newsgroups <ro********@yah oo.comwrote:
>On Sep 21, 12:07*am, Bob <B...@No-Address.comwrot e:
>Hello All,

I have created a vb.net app that I want to place on a network drive. *Each time I try to execute it from the network, a security violation pops up and
prohibits the *app from running. *Running from *my local system everything works fine. *I can't give the exact error because I'm not at work where
this occurs. *The error is something like "No Security Priviledges ---- zone: Intranet." *I googled and found a near match, but reading the resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did *build->cleaned the app then *build->build the app. *I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. *Detail examples would be even
better! *Or worst case provide a link to an easy understandable guide for deploying. *I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob

First things first, install .NET 3.5 SP1, that service pack changes
the default security settings for intranet applications. If you don't
want to do that, please search the archives of this newsgroup at
http://groups.google.com/group/micro.../topics?lnk=sg
I written a few times on the matter and I'm sure others have as well.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/

Thanks for the info! Does the 3.5 SP1 install on my local development machine AND the clients running the app? or does it create different in the
deployment package?

Thanks.

Bob
Sep 21 '08 #4
Bob
Thanks Michel.
On Sun, 21 Sep 2008 18:16:26 +0200, "Michel Posseth [MCP]" <MS**@posseth.c omwrote:
>
You can

Upgrade to framework 3.5 SP1 or change the Local Intranet Policy to
FullTrust you can do this by hand or with a deploy package
http://support.microsoft.com/?id=815173
HTH

Michel
"Bob" <Bo*@No-Address.comschr eef in bericht
news:11******* *************** **********@4ax. com...
>Hello All,

I have created a vb.net app that I want to place on a network drive. Each
time I try to execute it from the network, a security violation pops up
and
prohibits the app from running. Running from my local system everything
works fine. I can't give the exact error because I'm not at work where
this occurs. The error is something like "No Security Priviledges ----
zone: Intranet." I googled and found a near match, but reading the
resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did build->cleaned the app then build->build the
app. I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper
direction on how to deploy to a network. Detail examples would be even
better! Or worst case provide a link to an easy understandable guide for
deploying. I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob
Sep 21 '08 #5
On Sep 21, 2:09*pm, Bob <B...@No-Address.comwrot e:
On Sun, 21 Sep 2008 05:26:55 -0700 (PDT), rowe_newsgroups <rowe_em...@yah oo.comwrote:
On Sep 21, 12:07*am, Bob <B...@No-Address.comwrot e:
Hello All,
I have created a vb.net app that I want to place on a network drive. *Each time I try to execute it from the network, a security violation pops up and
prohibits the *app from running. *Running from *my local system everything works fine. *I can't give the exact error because I'm not at work where
this occurs. *The error is something like "No Security Priviledges ---- zone: Intranet." *I googled and found a near match, but reading the resolution
bewildered me somewhat.
I also use Crystal Reports viewer within the app (3 different reports)..
From within VS Studio I did *build->cleaned the app then *build->build the app. *I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.
I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. *Detail examples would be even
better! *Or worst case provide a link to an easy understandable guide for deploying. *I have no-one else to turn to except you chaps here in the
newsgroup.
Thanks a bunch for your help,,
Bob
First things first, install .NET 3.5 SP1, that service pack changes
the default security settings for intranet applications. If you don't
want to do that, please search the archives of this newsgroup at
http://groups.google.com/group/micro...languages.vb/t...
I written a few times on the matter and I'm sure others have as well.
Thanks,
Seth Rowe [MVP]
http://sethrowe.blogspot.com/

Thanks for the info! *Does the 3.5 SP1 install on my local development machine AND the clients running the app? *or does it create *different in the
deployment package?

Thanks.

Bob
It's been years since I've pushed out a Window's app, but I'm fairly
sure this would need to be installed on the client machine.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
Sep 22 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2141
by: jannordgreen | last post by:
I try to run http://localhost/scroller/scrollertest.asp in my IE 6 browser. The asp program tries to connect to a MS Access 97 database. The program works when the database is sitting on any local drive, but when I put it on a network drive I get this error message: Error Type: Microsoft JET Database Engine (0x80004005)
3
1871
by: Christian Nunciato | last post by:
Hi there: I'm a veteran to ASP.NET 1.1, but new to 2.0, and I'm using VS 2005. When I run the app on my local machine, using the built-in Web server, I have no problems, but deploying the site to a 2003 Server machine (which is also running several 1.1 sites) throws a persistent 404. I've looked around and found several references to the app_offline file, for which I've searched exhaustively and found nothing. I'm essentially running...
6
2962
by: tendim | last post by:
G'day group. Currently our organization us using VB6 based applications, and I am trying to push forward and migrate some of the smaller things to VB.NET, eventually migrating all applications from VB6 and other legacy languages/systems (Pure VBScript, DataEase, etc.) over to .NET. Currently, *all* user data is stored on network shares. When a user logs in to a workstation, their home drive is mounted from one share, all of their...
0
946
by: David P. Donahue | last post by:
I have a relatively simple .NET application that I'm trying to deploy to a Citrix server. However, when I try to run it on that server (just using Remote Desktop, not even going through Citrix yet) I get an error from the Common Language Runtime that says the application has generated an exception that could not be handled. My testing has thus far shown the following: 1) Application runs fine on my local machine from a local drive. 2)...
2
965
by: redeagle | last post by:
I have a Solution with a WinApp Project and a Setup Project. This has already been deployed and installed on other users machines. I have since added a very nifty CheckBox to add functionality to a form and would to upgrade the current users. What is the best way to do this? John
2
5397
by: Keld R. Hansen | last post by:
I am coding a .NET 2.0 application that needs to be able to run from a network share (intranet), but the security settings does not allow me to do this by default. How can I - in the installation program or by manual intervention afterwards - grant FullRights to the program? The program consists of three modules: WinEXE - a plain Visual C++ 32-bit .EXE file
0
4139
by: jimmarq | last post by:
I need reporting functionality in my app, but for several reasons, I don't want to have to package any DLL files in a setup. I want to deploy my application straight to a shared network drive with the DLL files it needs. Is there any problem with deploying the 3 Microsoft ReportViewer DLL files to a networked drive and having users access them there? Microsoft.ReportViewer.Common.dll Microsoft.ReportViewer.WinForms.dll...
6
1130
by: Dom | last post by:
In my C++ and VB days, it was easy to put a program on a network drive, and allow each user to shortcut to it. Then, when needed, I could just update the program on the network drive, and each user automatically had it the next time they ran it. Sometimes seems to be happening in CSharp. Now I get the error: "Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral,...
5
1248
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
Using VS2005: We have created custom class projects that output to DLL files. In our App, we add these to the list of Solution References and include them in the code. When the App compiles, it places copies of the DLL files in the output (bin's Debug/Release folders).
0
8349
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8795
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8695
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8460
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7296
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6157
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4143
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1906
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1585
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.