473,808 Members | 2,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET app not fully operating on server

Tom
I am a novice .NET developer, using Web Dev. 2005 Express version. I found
some code dor doing CAPTCHA verification and it works great on my local
machine. I FTP all files to my web server and when I run the default.aspx I
get the error below...The hosting company (Verio) got rid of the web.config
file and the page ran. Problem is now the CAPTCHA image is not
displaying...an d when I added the System.Windows. Forms namespace to display
a MessageBox to help debug, the MessageBox is not displaying - no errors
either...any ideas what could be the problem?
Thanks...Tom
Line 40: by Microsoft that offers a single logon and core profile
services for member sites.
Line 41: -->
Line 42: <authenticati on mode="Windows"/>
Line 43: <!-- AUTHORIZATION
Line 44: <authenticati on mode="Windows"/>
Source File: D:\Webs\omegam0 006\buckit\web. config Line: 42

Show Additional Configuration Errors:

It is an error to use a section registered as
allowDefinition ='MachineToAppl ication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS. (D:\Webs\omegam 0006\buckit\web .config line 71)

Nov 23 '07 #1
2 1159
On Nov 23, 8:33 pm, "Tom" <tom.gaug...@ex cursiontech.com wrote:
displaying...an d when I added the System.Windows. Forms namespace to display
a MessageBox to help debug, the MessageBox is not displaying - no errors
either...any ideas what could be the problem?
You can't do it in ASP.NET and I don't believe that it works on your
local machine.
Line 42: <authenticati on mode="Windows"/>
Line 43: <!-- AUTHORIZATION
Line 44: <authenticati on mode="Windows"/>
Do you really need this? It means that ASP.NET application would check
your Windows user account and which is probably wouldn't work work
with your remote user.

Change it to

<authenticati on mode="None">

http://msdn2.microsoft.com/en-us/library/ms978378.aspx
Nov 23 '07 #2
If you have a control panel where you can turn on scripting on your website,
do it from there.

If not, contact the ISP and let them know you have an ASP.NET app. They will
have to turn on the ability to run scripts on the site. Make sure it is set
to ASP.NET 2.0 and you are golden.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************** *************** *************** ****
| Think outside the box!
|
*************** *************** *************** ****
"Tom" <to*********@ex cursiontech.com wrote in message
news:uo******** *****@TK2MSFTNG P03.phx.gbl...
>I am a novice .NET developer, using Web Dev. 2005 Express version. I found
some code dor doing CAPTCHA verification and it works great on my local
machine. I FTP all files to my web server and when I run the default.aspx
I get the error below...The hosting company (Verio) got rid of the
web.config file and the page ran. Problem is now the CAPTCHA image is not
displaying...a nd when I added the System.Windows. Forms namespace to display
a MessageBox to help debug, the MessageBox is not displaying - no errors
either...any ideas what could be the problem?
Thanks...Tom
Line 40: by Microsoft that offers a single logon and core
profile services for member sites.
Line 41: -->
Line 42: <authenticati on mode="Windows"/>
Line 43: <!-- AUTHORIZATION
Line 44: <authenticati on mode="Windows"/>
Source File: D:\Webs\omegam0 006\buckit\web. config Line: 42

Show Additional Configuration Errors:

It is an error to use a section registered as
allowDefinition ='MachineToAppl ication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS. (D:\Webs\omegam 0006\buckit\web .config line 71)

Nov 23 '07 #3

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

Similar topics

3
80194
by: Loi | last post by:
Hi All, I use Bulk insert to put data to myTable. When the SQL server is in local machin, it works well. But when I put the data in a sql server situated not locally, then I get a error message like this: Could not bulk insert because file 'C:\Data\2003 txtfiles\abif_20031130.txt' could not be opened. Operating system error code 3(The system cannot find the path specified.).
6
1909
by: Puzzled | last post by:
This is a weird problem, but perhaps someone else has seen it before (I hope!) If I use a fully qualified include call include ( 'http://localhost/subtree/filename.php') I get an 'undefined function' error when calling a routine that's defined in that file.
2
1941
by: | last post by:
I have a windows service written in vb.net with .net framework 1.1 on the development machine. We have bought a new server which has windows server 2003 64 bit edition installed. The redistributable framework for version 1.1 will not install on 64 bit operating systems. My question is, will a service written using framework 1.1 work with framework 2 which has a 64 bit version that can be installed on our server. Do I have to install...
5
1677
by: thisis | last post by:
Hi All, Hi All, (this is not the same topic as the my previous topic) What objects/methods/properties does VBScript offer for: Assuring/guarantee/make certain that ASP/VBSCript an ELEMENT - e.g. <img ... / - was FULLY Loaded into web Browser
4
1822
by: januarynow | last post by:
Generally, my site contains javascripts (a couple of freebie counters plus some CPM (pay-per-impression) and CPC (pay-per-click) ads), from four different firms, but they are all suffering from the same problem: every day, they have a 90%+ failure rate, in detecting traffic. My server log keeps reporting that numerous people visit the site, but those javascript companies keep saying otherwise. I have reason to believe that the server log is...
1
10264
by: jdresow | last post by:
I installed MySQL on a windows server 2003, in an acxtive directory domain and I get error 32 which is a sharing error. I do not understand this and I am also adding the first several lines of my .err log: InnoDB: The first specified data file D:\MySQL Datafiles\ibdata1 did not exist: InnoDB: a new database to be created! 070202 16:23:54 InnoDB: Setting file D:\MySQL Datafiles\ibdata1 size to 10 MB InnoDB: Database physically writes the...
15
1424
by: Fro | last post by:
Hi, I have a php-script which writes uploaded files into a directory. My php-script gives a specific names to the saved files. I found in the directory a file which has a name which could not be given by the php- script. Could it be that somebody (which is not a user of the operating system) communicate with the operating system (creates files) without the usage of my php-script? Or it is impossible and I have to search for a mistake in...
0
3784
by: nancylife | last post by:
When developing web report, many developers use VMware to simulate different operating systems on a same server. Then, they can realize cross-platform deployment and debug of web report. According to real application of web report, I will discuss three network setting ways of VMware with all of you. Bridge way This is the simplest way as it bridges the virtual network card to a physical network card directly. It is similar to a network...
0
1409
by: taleden | last post by:
Hi, - I'm trying to load a large file (about 300MB) using pickle.load(). - The file contains a PyMl classifier object - When I load the file on my PC it works fine (with an XP operating system). - When I load the file on a remote computer with a windows server 2003 operating system I get a memory error. Anyone has any idea how to fix this? Thx, Tal.
0
10374
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
10374
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
10114
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9196
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
7651
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
5548
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
4331
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
2
3859
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
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.