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 Replies


ADVERTISEMENT

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.

View Replies View Related

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?

View Replies View Related

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.

View Replies View Related

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?

View Replies View Related

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 ?

View Replies View Related

WAP Development

I'm running PWS on a Windows ME machine to do some WAP development. I need to set up some mime types so that PWS can deal with .wml .wbmp and .wmls WAP files. I'm told this can be done by either via the Folder Options -> File Types from a Windows Explorer or by editing the registry. I've tried both of these but to no avail.

View Replies View Related

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?

View Replies View Related

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.

View Replies View Related

Development Tools

What does eveyone here use to create their ASP apps?

View Replies View Related

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?

View Replies View Related

ASP Development Architecture

can any one tell me the architecture of asp page. how the page is structured.

View Replies View Related

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?

View Replies View Related

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.

View Replies View Related

Intranet Development

I am currently preparing my final year university project and dissertation, for which I am developed an Intranet system for a local company.

The company requires an online calendar similar to functionality of the one in Outlook. However, they would also like to integrate an appointment reservation booking system into the calendar, so meeting rooms/employees can't be double booked etc.

I will be developing the Intranet system in ASP because of the company's hosting package.

I have looked about on the Internet for free scripts or applications but all the ones I have seen are no good and don't contain the functionality I am trying to achieve.

View Replies View Related

Setting Up Development PC

I'm a VB/SQL programmer, but not familiar with WEB programming or the Microsoft products for this. I'm trying to set up a development workstation to create and test .asp files running server side VBScripting.

My PC has Win2k Pro and Visual Studio Enterprise Ed. Does anyone know what other software I need to install in order to have a development Web Server?

View Replies View Related

SQL 2005

Thinking of using MS SQL 2005.
There are only two problems: My wallet(lol), and what licence I need.

There's so many different kinds of SQL 2005!
Can I make it with the standard edition? How many clients do I need? How
does the client-thing work on the internet?

View Replies View Related

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.

View Replies View Related

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?

View Replies View Related

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:

View Replies View Related

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)

View Replies View Related

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.

View Replies View Related

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.

View Replies View Related

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?

View Replies View Related

ASP And Sql Server 2005

I need experts suggestion please help me out , am new in ASP and Sql Server 2005.
As I mentioned am using SQL server 2005 with ASP and now I don’t know how to create database in Sql server and after creating how to connect it.

View Replies View Related

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???

View Replies View Related

Debug With Microsoft Development Environment

Before I was able to use Microsoft Devleopment Environment to debug my asp code. I did that by going to Microsoft Development Environment 6.0, go to Debug menu -> Processes, and will see inetinfo.exe and then I can attach it. But lately, (and I don't know if it's got anything to do with the fact that I have recently installed Norton Internet Security and Norton Anti Virus) when I opened the Processes window, the list is blank, and the Machine drop down is also empty.

If I hit Properties or Refresh, I'll get the "Development Environment has encountered a problem and needs to close. We are sorry for the inconvenience" error, and the app will close. If I hit the Machine button, even if I find the machine, it'll say "Unable to connect to the machine". Has anyone had similar problems before?

View Replies View Related

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.

View Replies View Related

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:

View Replies View Related

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.

View Replies View Related

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?

View Replies View Related

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:

View Replies View Related

SQL Server 2005 Express

I am using the following to try to connect to the database, but it does not seem to be working.

Dim sConnString
sConnString = "Provider=SQLNCLI.1;Integrated Security=SSPI;Persist Security
Info=False;Initial Catalog=MediaDB;Data Source=MEDIAMACHINESQLEXPRESS"
Connection.Open sConnString
Dim Recordset
Set Recordset=Server.CreateObject("ADODB.Recordset")

Can someone tell me the correct syntax? The original syntax (which worked) for an Access DB was as follows:

sConnString="PROVIDER=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" &
Server.MapPath("/Music/DB/MediaDB.mdb")

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved