IIS, ASP.Net Development And Norton Internet Security 2005
I have recently had the pleasure of installing Norton Internet Security 2005 and finding that I can no longer create or open a web-based application in Visual Studio .Net. The IDE just freezes. I tried fiddling with the configuration settings of the Norton Firewall but was not successful. I tried launching IIS from the Control Panel and it would not launch.
I saw one article in Groups.Google from a previous post that the individual was eventually able to unravel the mystery but they did not list the specifics of what they did.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
XMLHTTP And Norton Internet Security
I developed a web site that uses javascript and XMLHTTP to dynamically load info on the page from the server without having to re-load the page. Recently I've received complaints of it not working, and the common thread is that these users have Norton Internet Security installed (sorry, don't know the version, but let's assume the latest). I don't have NIS. Can anyone give me clear instructions as to how a user can change his/her NIS settings so that a certain site may be trusted or so that users can use sites that utilize the XMLHTTP object? Even when they shut off NIS, it still won't allow access until they actually set it for manual start-up and then restart their computer.
IDE For ASP Development
Previously, I used ms front page editor for my asp development ... and now I am planning to start another development soon with asp but this time I want to use an IDE instead of an editor ... I heard about visual basic interdev 6.0 ... The problem is I need a useful documentation to help in learning about this tool ... I looked in some libraries in my country but these books are very hard to find in Oman ... I am wondering if I can find a useful tutorials for this tool on the net?
Web Development ASP
I have a question about databases used by asp or .net applications. The fundamental Question is, Is it possible to send data from a webpage to a web page.
Asp.net Development
I am trying to start with ASP.NET programming. After installing IIS 5.1 I noticed couple of new accounts: IUSR_*, IWAM_* and ASPNET. I would like to ask the following: 1/ Why I need these accounts; how can I use them? 2/ How should I set permissions for the folder c:Inetpub and for its subfolders?
SSL And... ASP Development
In order to develop a site with ASP and SSL (Windows Server 2003 or 2000) what should I need to know about SSL before development ?
ASP And VS.NET 2005
Can an existing Website built using Classic ASP be maintained with VS.NET 2005? My employer has MS Visual Studios Interdev but I have never used that. I've been using VS.NET 2005 and would prefer to use that if I can.
Sniffer Development
I am creating a browser sniffer in ASP. I created one is ColdFusion and it works like a charm. Now I am trying to make a similar one in ASP. I can not get it to work properly can someone help me out? here is my code: <% If #CGI.HTTP_USER_AGENT# CONTAINS "Gecko/20060127 Netscape/8.*.*", "Gecko/20060909 Firefox/*.*" %> They get this item in the web site <% Else %> they get this item in the web site <% End If %> Due to browser companies still being at war with how the web will be seen, it has forced this type of development. I can not seem to get this code to properly work though. what am I doing wrong?
ASP Development Environment
Does anyone have any suggestions what software would be best used for an ASP development environment with several programmers working on the same project? It would have to have source control and version control etc.
Development Environment
I am about to dive in to the world of ASP. I have done HTML sites before using Dreamweaver MX.My question is: What is the best development application for me to use to create ASP web apps/sites?should I go with ASP or ASP.net?
Offline Web Development
Currently using WIN 98 + PWS for off line web development.Will WIN 2000 PRO support PWS? or does it have IIS5 bundled with it, or does it support no web server at all?
BackupExec Development
I am building an .ASP app to manage Backup Tapes alongside Veritas BackupExec. The DB is pretty simple so all the data/sp's/views are easy to work with. There is a feature in BackupExec 10.1 (and earlier versions) to move Media to a used-defined offsite 'Vault', but I can't find the stored procedure or function in SQL that is called from the GUI. I know, a pretty thin request, but hopefully one of you Guru's has build or seen something similar.
VS 2005 Web Page
I have just created a very simple web page/site in VS 2005. I have saved it, built it but when I try to display in a browser it takes about 20 seconds and then comes up with "the page cannot be displayed" error. Being new to C# and the .Net environment I"m not sure what to go look for. I was using VS 2003 without any issues.
VS 2003 To VS 2005
I migrated my webapplication from VS 2003 to VS 2005. and i am running on win xp Professional sp2. After migrating. i am getting the following error ."The type initializer for 'System.Web.Compilation.CompilationLock' threw an exception." the error is shown in the following line "<% @ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %>" i looked into the net but couldnt fix this.
Breakpoints In Vs 2005
My asp.net app uses some pure asp pages as part of the asp.net app. During debugging of pure asp I have set breakpoints in pure asp code but the problem is no breakpoint occurs on these points during execution. How can I successfully use breakpoints for pure asp in vs 2005?
Asp Concurrency Code Development
i am trying to run iis6.0 a site that offers some web services such as catalog searching for products through our site. ofcourse, we are using asp.net. i was wondering if the source code looks different if it handles 10 ppl as opposed to 150,000. u see, i am not sure if source code that can handle 10 ppl will survive lots of users. i think as far as hardware resources are enough, the software really doesn't matter since servicing 10 ppl is done as concurrently as 150,000. but i am not sure if the software should change/how. as far as security, how do i make sure that iis 6.0 is correctly configured? are there certain dangers/limitaitons when using asp as oppossed to other open source alternatives such as php?
Paypal Development Login
i am trying to test my IPN on sandbox, but it is impossible as you need to login first. so i have this Code:
Shopping Cart Development
I am new to ASP development, and i got a problem while developing my book online shopping cart.I am currently storing book information on a access database and retriveving one by one. but when displaying book information on the page "add to cart" image has no reference to that book that align with it. how do i put reference to the particulart book that i am clicking for ( add to cart)
Uploading File Into SQL 2005 Using .asp
Anyone who can send me a sample code of how to upload a file into SQL 2005 server using .asp running on IIS 6? I have a code that has been working when uploading into SQL 2000 but when I do the migration to SQL 2005, it doesn't work anymore.
Connect To SQL 2005 With ASP Is Not Working
My hosting service just updated their SQL Server from 2000 to 2005. I have been trying to update my code and keep getting this error: Microsoft VBScript runtime error '800a000d' Type mismatch: '[string: "//"]' Can someone please have a look at my connecting code and see what needs to be updated for the 2005 version. I would appreciate it as I have not been able to figure this out. Here is my ASP: Code:
Support Asp Debug In Vs 2005?
Is it possible to change the web.config or machine.config file to allow access to an .asp page? I'm new to .Net 2.0.
Debigging Global.asa In VS 2005
I am trying to set up a classic ASP project in Visual Studio 2005, and I am unsire of how to debug the global.asa file (I can debug a classic ASP file, though.): 1) Set a breakpoint on any ASP code line and run the debugger 2) In Visual Studio 2005, Select Debug --> Attach to process... 3) Click the Select.. button in the Attach To section 4) Highlight the inetinfo.exe process from the list and click Attach I can stop on a breakpoint in an asp file, but how can on stop on a breakpoint in global.asa? If you have to start the application first and then attach to the process, aren't I already past global.asa?
Connecting To SQLEXPRESS 2005 With An ASP Web App
I have an ASP web app with an SQL back end. It's currently connecting to an SQL Server 2000 database using an ODBC DSN. I am currently migrating to a new Windows 2003 Server machine and SQL Server 2005 Express. As usual, the app doesn't connect right away, but I've gone through all the new Windows 2003 Server security issues and I'm able to get a normal ASP page to display. I can also connect to the SQLEXPRESS when I use visual studio or MS Access on a remote machine, even using the same ODBC DSN, but for some reason, I get an error when trying to access it though ASP. Code:
Asp Code Editor/development Tool
Just wanted to know if theres any free code editors/development tools on the net which are free to use and good. please provide links if any. Ive tried crimson editor and MS front page-to do some coding in asp- but it always generates errors on my pc when using em. is there any other 1nes out there for coding in asp/ html/ vb script etc???
ASP Problem On Uploading File Into SQL 2005 DB
I have a problem with uploading file into SQL 2005 DB using IIS 6.0 webserver, this code was working in SQL 2000 Db and IIS 5.0. Can you please help me to see what the problem is. Error msg : Microsoft OLE DB Provider for ODBC Drivers error '80040e23' [Microsoft][ODBC SQL Server Driver][SQL Server]The cursor does not include the table being modified or the table is not updatable through the cursor. /uploadnewrequest.asp, line 158 Code:
Can't Connect To SQL Server 2005 Db With Asp But Access 2k3 Is Ok.
I am about to migrate my asp web pages from a previous well functioning connection with Access 2003 to SQL Server 2005 Express Edition instead. I have created a database in SQL Server called "test_db". As far as I know I have not set any particular user id or password for the database. In this microscopic database I have onnly a single table called "name" and in this table I have two columns called "fname" and "lname". I have two records stored in the name table. What I want to achieve is simply to display these two records in my asp-page. How can I achieve this and what am I missing here?
How To Get Date Time To Display Like 01/01/2005 16:14:10?
How to get date time to display like 01/01/2005 16:14:10? Here's something that I found works against an Oracle database. However, I'm not getting the same results against a SQL 2000 database. Can anyone point out the correction needed? With the following, the time displays correctly, but no date at all. <%d=formatdatetime(rs2("Begin_Time"), 2) if mid(d,2,1)="/" then d="0" & d if mid(d,5,1)="/" then d=left(d,3) & "0" & mid(d,4) Response.Write (d) & " " Response.Write formatdatetime(rs2("Begin_Time"), 4) if second(rs2("Begin_Time")) < 10 then Response.Write ":0" & second(rs2("Begin_Time")) else Response.Write ":" & second(rs2("Begin_Time")) end if%>
How Do I Connect To SQL Server 2005 From Within My Asp Webpage?
I have had a web server up an running for a while based on Access 2003 and asp code. Now I have decided to upgrade the database to SQL Server 2005 (not the express edition). The problem is that I just can't get it to work properly. During the installation I was prompted for an instance name (I chose the default radio button). I am using windows authentication on a Windows 2003 Server OS. I have created a database called "testDB". This database has only 1 table called "testtable" and this table consists of a single column called "name" with just 4 records. I want to display these records in my webpage. The code below works fine with Access 2003 but how should it be changed to work with SQL 2005 too? Code:
Debugging Messed Up On Classic ASP After Installation Of 2005 Express
I'm working on XP IIS5.1 in classic ASP 3.0. After the installation of the 2005 Express Suite and the beta .net2 framework that ships with it(http://lab.msdn.microsoft.com/express/vwd/) the debugging with classic ASP has an odd behaviour. I use option explicit on all pages. When the parser finds an undeclared var or function or there is some error in a stored procedure (not in the ASP page but in the SP itself) I receive no error reporting. The page simply renders till that point and stops. All the other errors are reported as usual.
PWS Keeps Trying To Connect To Internet
I have just installed PWS on my Win98 SE machine. Even though i change my internet connections to "Never dial a connection" it still tries to connect when i try to view my asp pages. Presumably there is some simple option i need to change which will allow me to run my scripts without connecting to the internet.
Printing Over The Internet
I am developing an ASP.Net application where I need to direct a rendered print job to a print device (private) situated behind a router with a firewall enabled. I hope that I can explain this properly, the details are as follows... PC with internal IP address of 192.168.10.1 Print device with the internal IP address of 192.168.10.2 PC sends a request to my remote ASP.Net web site for a print job (report) to be sent back to the internal networks local printer. Is this possible to redirect the output to the print device rather than the internal client that made the request. code:
Internet Issue
Issue: whenever I try to get online, a window pops up on the screen and gives a message, "the webpage you are requesting is not available offline. To connect, click connect tab". And later I can get online, or sometimes it never let me to connect to internet. I'm fed up with this problem. I tried doing many steps to block this message. Nonetheless, I always see this pop up. Steps which I performed: 1. uninstalled the network drivers & restarted the computer.
Internet Connection
I'd like to know how to implement a program which measures how fast a user's internet connection speed is?
Internet Browsers
This problem occurs in classic ASP on a simple asp page I am writing.I am trying to output a random number using VBScript's Rnd() function.Whenever I refresh my browser, the same number appears(0.7055475).This happens in both Internet Explorer and Firefox. This is all I'm doing: <%Response.Write(Rnd)%> I have pressed F5 to refresh, cleared both browser caches,and even restarted IIS.I was under the impression that a psuedo-random number would at least change values when I refreshed my browser.Does anyone know what the deal is with Rnd() not producing different numbers?
Internet Faxing
we need to send about 300 pdf files via an internet fax per day. does anybody know of a good hosting outfit or know of a software package we can install on our own servers to do this?
ASP Intranet And Internet
I'm dowing a web site on my intranet in a ASP page I have to made save option, on the intranet everything is working fine, but when I upload my website in the internet I have this message: The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. What is the probleme my page is in ASP and on intranet it's working fine.
Intranet & Internet Application
Is the developement process of intranet & internet application is the same....Can the internet application that I build using asp be used in a intranet enviroment....
Internet Information Service
I would like to test ASP websites and therefore I neet the Internet Information Service feature from Win XP. The problem is that I have Win XP Home Edition. Is there any way to upgrade this feature called Internet Information Service to my Win XP Home Edition system? I thought there might be a file to find at the windows download page but I just found Internet Information Service security patches. Is there any file that installs this feature called Internet Information Service (IIS).
Internet Information Service
I would like to install the Internet Information Service to my Windows XP Home Edition System. I tried it before and I realized that this is a special feature of Win XP Professional. Maybe cou could tell me how to install this and run it on my Win XP Home Editon to write ASP sites. I thought of downloading the right file at windows download site but I cannot find it. There are a lot of security updates but not the setup file. Is there any other way to install it on my system or make it work?
ASP - All Internet Search Engine
Does anyone know how to make an all of internet search engine, or if its even possible? I am willing to pay for a website to be amde for me that does this. If you reply then I will tell you more.
Temporary Internet Files
How I can erase all the files from the cache of an ASP page, at the end of a session? Is it possible?
Internet / Intranet With A Laptop
I have an ASP application that has been running fine for years. I can access the application from my laptop via the Internet without problem. I brought my laptop into the office today and plugged it into the intranet. I did not join the computer to the domain. From inside the office I cannot run my application. I can bring up the login page and try and login, but it appear to have no session variable on the redirected page during login. I tried to set the cookies secruity to allow all, still no good.
User On Internet Or Intranet?
I'd like to check if the user accessing my site is from the internet or from the intranet, based on which I display different messages in a page. I propose to check the REMOTE_ADDR server variable to determine the user. But I'm not sure if checking if the REMOTE_ADDR = 127.x.x.x or 10.x.x.x would suffice. Thus if the first hex part of the ip address is 10 then he's from a lan, or if t's 127, it's the local machine. Otherwise he's from internet. Would this be a foolproof way of determining where the user is from? Just forgot my TCP/IP lessons .
Internet Browser Detection
How can I detect what browser type my users are using, currently with my asp server variables I only detect Netscape and Mozilla as U, how can I get specific information without having to use software that you must pay for?
Internet Information Service
I would like to test ASP websites and therefore I neet the Internet Information Service feature from Win XP. The problem is that I have Win XP Home Edition. Is there any way to upgrade this feature called Internet Information Service to my Win XP Home Edition system? I thought there might be a file to find at the windows download page but I just found Internet Information Service security patches. Is there any file that installs this feature called Internet Information Service (IIS).
|