473,804 Members | 3,700 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Security Problems while Starting my App over internet

Hi,

I know that I need some public token keys or something like that to allow my application to run over internet on a local host. Is there any tutorial how to do that? (In german language I will love it)
My Problem is that if you start the app over the right path (actualy http://localhost/pro/test.exe) I got an error while try to acces SQL database. If I give permission to all assemblies used by this application it works. But On a Update of the application I got the same error again. How to fix that? And how can I provide a solution to the users of this app, to give easy the permissions to my app?

I created a MSI - File to do that but this file does work only if i install it twice (no idea why)

I will be happy for any answers. thanks, tassos
Nov 16 '05 #1
2 1179
You can't run an application "OVER" the internet. You can DOWNLOAD an application from the internet, but to run it you need a PC on which to actually execute the code.

If you mean a web application, then this runs on a web server and sends html out to browsers on computers that request its pages.

Check up on terminology, maybe?
"Tassos" wrote:
Hi,

I know that I need some public token keys or something like that to allow my application to run over internet on a local host. Is there any tutorial how to do that? (In german language I will love it)
My Problem is that if you start the app over the right path (actualy http://localhost/pro/test.exe) I got an error while try to acces SQL database. If I give permission to all assemblies used by this application it works. But On a Update of the application I got the same error again. How to fix that? And how can I provide a solution to the users of this app, to give easy the permissions to my app?

I created a MSI - File to do that but this file does work only if i install it twice (no idea why)

I will be happy for any answers. thanks, tassos

Nov 16 '05 #2
OK OK. I'll try to exlain it again. There is no HTML-Interface. While accesing to http://localhost/pro/test.exe your pc is automaticly cheking for updates, if exist downloads the asseblies are needet, and starts the application without a need of any confirmation. Sure there was a download but not with a Dialog asking you if you want to dowload. This app works. Just after implementation of SQL-access i got this probs.

thx

"Beeeeeeeeeeeev es" wrote:
You can't run an application "OVER" the internet. You can DOWNLOAD an application from the internet, but to run it you need a PC on which to actually execute the code.

If you mean a web application, then this runs on a web server and sends html out to browsers on computers that request its pages.

Check up on terminology, maybe?
"Tassos" wrote:
Hi,

I know that I need some public token keys or something like that to allow my application to run over internet on a local host. Is there any tutorial how to do that? (In german language I will love it)
My Problem is that if you start the app over the right path (actualy http://localhost/pro/test.exe) I got an error while try to acces SQL database. If I give permission to all assemblies used by this application it works. But On a Update of the application I got the same error again. How to fix that? And how can I provide a solution to the users of this app, to give easy the permissions to my app?

I created a MSI - File to do that but this file does work only if i install it twice (no idea why)

I will be happy for any answers. thanks, tassos

Nov 16 '05 #3

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

Similar topics

9
1892
by: chris | last post by:
im just starting to learn how sessions work and how to use them my question is if im geting a username and password from a visitor is it secure to store that information in a session variable or is it better to store that information in a database and retrieve it when needed or wouldnt it make any difference?? thanks chris
4
2661
by: Nicolae Fieraru | last post by:
Hi All, I am working on a web site in asp which will be hosted on a Windows 2003 server. I use the following code to connect to the database: Set objConn = Server.CreateObject("ADODB.Connection") Set objRS1 = Server.CreateObject("ADODB.Recordset") objConn.Provider = "Microsoft.Jet.OLEDB.4.0"
116
7593
by: Mike MacSween | last post by:
S**t for brains strikes again! Why did I do that? When I met the clients and at some point they vaguely asked whether eventually would it be possible to have some people who could read the data and some who couldn't but that it wasn't important right now. And I said, 'sure, we can do that later'. So now I've developed an app without any thought to security and am trying to apply it afterwards. Doh!, doh! and triple doh!
8
1886
by: Aravind | last post by:
I am Aravind.Could someone provide me with a list of specific guidelines for secure programming in C/C++?.I would like to use those guidelines for developing a security application to deal with issues like buffer overflows,memory leaks,user input validation etc.... Aravind
5
2066
by: Norsoft | last post by:
I have a .Net 1.1 application which is downloaded into an aspx page. It is a dll which inherits from System.Windows.Forms.UserControl. It works fine on a PC with only the 1.1 Framework. However, the control will not load on a PC with the 2.0 Framework installed. I know that IE will use the newest framework so I assume it is a security issue. At the assembly level I apply the following attributes;
4
2956
by: Phil Mc | last post by:
Say for example you have a application running on a windows 2003 server (that is on server, not from). This application needs to start child applications (must be stand alone console applications), but these child applications must have the same security privileges as the parent starting them. I have created a scheduling app (which will be started by autosys job), which must start child apps when certain criteria are met. The scheduling...
12
1201
by: Mesan | last post by:
I have a directory in an app I'm building that has access limited to users within a specific role and all aspx pages in that directory are unavailable just as I'd hope but other files (pdfs and whatnot) can be downloaded by anyone without authenticating or anything. What does it take for the use to be redirected to the login page when they try to access mysite/private/secrets.pdf ?
3
1284
by: Lloyd Sheen | last post by:
I need to add a login front end to an existing website. No big deal ???? VS 2005 / Vista / II7 / SQL Express Well I go into the security and add a welcome page and a login page. Real easy and the .Net Config tool allows the changing of security and creation of users etc. Again real easy. Tested in VS and all works. Close VS and attempt from the internet. I then get "cannot open user default database. Login failed". I know I am...
5
2237
by: novak | last post by:
hi list, since a couple of weeks we face a special "security" problem. neraly every ms-access database that is located on our net-drives cannot be opened. when clicking the document's icon, first, the warning message arises "open document - security message" - "Really open *.mdb ....?", second, when clicking "start" ms-access starts, but the mdb-file cannot be opened. message: "ms-access could not open the file ... The
0
9706
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
9582
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10335
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...
0
9157
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
7621
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
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2993
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.