| IIS 6.0 Debugging ASP 3.0 |
|
 |
Index ‹ Web Programming ‹ IIS
|
- Previous
- 1
- ASP/Active Server Pages >> cdonts javascript problemim sending email with cdonts.. my mail format is html format..
and also in my mail code there are html and javascript codes. i open my mail
with outlook it works..
but im sending it to hotmail or yahoo emails the browser doesnt interpret it
writes javascript codes like a text on screen. how can i solve it?
- 2
- IIS >> problem executing http://localhost/GETTK1.EXEHi, I am new to VB ASP.NET and IIS.
I have a third party product which gives me an application called
GETTK1.EXE
My application home directory is c:\stuff\stuff\TEST1
When I type into my browser http://localhost/TEST1/GETTK1.EXE I receive
a whole page of the file contents with all sorts of wierd characters.
The manual says I should receive back something else (printed below).
When I type c:\stuff\stuff\GETTK1 I get the following output.
<HTML>
<BODY>
Validation ok; program must be run from within browser such
as IE
</BODY>
</HTML>
I want to see this text in the browser. What do I do next?
BTW: I am using IIS 6.0; I right clicked on the website in IIS Manager
and set "Execute Permissions" to "Scripts and Executables" and
"Application pool" to "DefaultAppPool" and then rebooted.
Thank you
Colin
- 3
- Frontpage Programming >> How may I add an external page?Hi Folks!
I am a real newbie user of the FP2002. I have regularly used the commands
â??include fileâ?? and â??include virtualâ?? successfully in the site of my family's
surname.
Now I need to include in one of my pages an webpage of another site (with
author's permission, of course).
I donâ??t know if this is possible, but I would really appreciate it if
someone could help me on what to do!
Thanks!
--------------------------------------------
http://www.scartezini.com/family
- 4
- 5
- 6
- Frontpage Client >> Square Should Be RoundI have tried all my tricks (both) to get the FP 2002 Theme "Geared Up
Factory" to display a a round button, using a Custom Link Bar, similar to
the buttons already there. FP onlys puts a square button there. All the
other Themes put an exact same button whenever I use a Custom Link Bar
Component. Any ideas?
- 7
- ASP.Net >> Please help with Forms Authentication..I am trying to create a secure site for my client.. I used Forms
Authentication against a SQL database to login. There is one section
where the user must answer some questions. If the user answers them
incorrectly, it is supposed to automatically log them out, which works
fine. However, if the user hits the backspace, they can see all the
previous information. I could use javascript to stop them from using
the backspace, however, if they have answered the questions correctly
and remain logged in, they may need to use the backspace.. can anyone
help me with this??
- 8
- ASP.Net >> client management books?Do anybody know of any asp.net books or open source code documentation that
discuss implementing and design a client management web solution?
Thanks!
- 9
- ASP.Net >> Sotring in dataViewI have gridView, which allows sorting and sqlDataSource, which fill in the
data into gridView.
When user clicks one button, I would like to walk through the records in
grid view(which could be sorted):
String content="";
DataSourceSelectArguments arg=new DataSourceSelectArguments();
arg.SortExpression = grdView.SortExpression;
DataView dv = (DataView)SqlDataSource.Select(arg);
foreach (DataRow dr in dv.Table.Rows)
{
content += "<tr><td>"+dr[1].ToString()+"</tD></tr>";
}
It works only that my result(content) is not sorted like gridView. Why? Have
I missed something?
regards,
Simon
- 10
- ASP.Net >> Truth SeekerTruth Seeker
http://www.thisistruth.org/truth.php?f=TruthSeeker
No one is compelled to accept the truth, but it is certainly a shame
upon the human intellect when a man is not even interested in
findingout what the truth is!
Islam teaches that our Creator has given human beings the faculty of
reason. Therefore, it is incumbent upon them to reason things out
objectively and systematically for themselves to ponder, to question
and to reflect.
Nobody should press you to make a hasty decision to accept any of the
teachings of Islam, for Islam teaches that human beings should be
given the freedom to choose. Even when a person is faced with the
truth, there is no compulsion upon him to embrace it.
But before you begin to form an opinion about Islam, ask yourself
whether your existing knowledge about it is thorough enough. Ask
yourself whether that knowledge has been obtained through third party
sources who themselves have probably been exposed to only random
glimpses of Islamic writings and have yet to reason out on Islam
objectively and systematically themselves.
Is it fair enough that one should form an opinion about the taste of
a
particular dish just by a mere hearsay from others who may themselves
have not necessarily tasted the dish yet?
Similarly you should find out for yourself about Islam from reliable
sources and not only taste it, but rather digest it very well before
you form an opinion of it. That would be an intellectual approach to
the truth.
In making your next move to the truth, Islam continually reassures
you
that your rights to freedom of choice and freedom to use that God-
given faculty of thought and reason will be respected, for everyone
has that individual will. No one else can take away that will and
force you to submit to the true way of your Creator, you have to find
out and make that decision yourself!
May your intellectual journey towards the truth be a pleasant and
fruitful one... Amen
- 11
- ASP.Net >> textbox events when date is filled in a textbox with calendar pop-Hi,
I have a web form which has two text boxes and a datagrid in it. The two
text boxes will have start date and stop date. I have a calendar pop-up
control that fills the start date and stop date. Now I need to postback to
the asp.net webform when these text boxes are populated with the dates. I
don't want to use an extra button to postback to the server. Is there a way
to capture an event that fires when the date is populated in the text boxes?
I have tried TextChanged event but it is not firing. Please let me know.
Thanks,
Sridhar.
- 12
- Frontpage Programming >> doing a homepageHello!
My doughter has a horse at a stable called Kilanda.
She wants to do a home page about this Kilanda where there is 6 horses owned
by different persons.
There will be no database involved. The main home page will contain about 10
different section labels and when one of these is clicked there will be some
information presented and some pictures.
I'm going to help my doughter with this. This home page will be stored on a
web server that is owned by my internet provider which is Telia.
I think I will use Frontapage as a tool for creating my homepage do you
think
this is a good choice?
Is it possible to use Frontpage on windows XP proffessional?
//Tony
- 13
- ASP.Net >> Generating HTML in a web servicePerhaps I have missed something but what I would like to do is have a more
"controlled" method of generating HTML from a web service.
I can create items using HtmlTable, HtmlTableRow, and HtmlTableCell but is
there a quick method once the table has been built to get the HTML, put it
in a string for return the browser call for the web service?
I notice that HtmlTable does not support InnerHtml so that is not doable.
Ideas??
Thanks
Lloyd Sheen
- 14
- ASP.Net >> GridView FormattingHello,
How do you change the color of the gridlines in the GridView control? I
have tried changing the following, but only the border changes to black, but
the grid lines stay a light gray:
BorderColor="#000000" BorderStyle="Solid"
RowStyle-BorderColor="#000000" RowStyle-BorderStyle="Solid"
GridLines="Both">
Any help would be appreciated.
--
Thanks in advance,
Steven
- 15
- ASP.Net >> strHashedPasswordhelp guys !!!
i am calling a webmethod from a webservice called helloWorld..
[WebMethod]
public string HelloWorld()
{
return "Hello World";
}
but the thing is that when i am caling HelloWorld() method in my
application it is asking for parameters like AsyncCallback and asking
for some object....
i don't know why i am not able to straightway call my webservice method
like this:
wbService.Service1 wbSrvNew = new desktopAPP.wbService.Service1();
wbSrvNew.HelloWorld();
please elp guys as soon as possible !!!
go project due in two days
cheers
|
| Author |
Message |
TellyT

|
Posted: Thu Jul 01 13:08:42 CDT 2004 |
Top |
IIS >> IIS 6.0 Debugging ASP 3.0
Hi All,
I've configured the Debug Option to debug any ASP page, but it
debugs the 80% of errors.
Also try with the IIS5.0 Server Compatibility but no way...
Errors like "Connection Errors" or Objects are not processed and the request
is only a "This Page could not be find" the standard 500 error.
Using ASPeMail for example, the errors are not processed, errors like
connection to smtp servers.
Anybody Knows what I must do to fix that problem??
It seems to be somethig related to the Microsoft Script Debuger
For example:
Call it like: http://servdors/probando.asp?prueba=justtrying
<%
myvar = Request("prueba")
if myvar <>0 then
Response.write "no error"
end if
%>
The error must be "Line 3 ", but it just returns "Cannot open the page"
What can I do?
Thanks on Advance
Best Regards
Raúl.
Web Programming291
|
| |
|
| |
 |
Kristofer

|
Posted: Thu Jul 01 13:08:42 CDT 2004 |
Top |
IIS >> IIS 6.0 Debugging ASP 3.0
Did you disable "Show Friendly HTTP Errors" in your browser?
--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!
"Raul Garcia" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Hi All,
>
> I've configured the Debug Option to debug any ASP page, but it
> debugs the 80% of errors.
>
> Also try with the IIS5.0 Server Compatibility but no way...
>
> Errors like "Connection Errors" or Objects are not processed and the
request
> is only a "This Page could not be find" the standard 500 error.
>
> Using ASPeMail for example, the errors are not processed, errors like
> connection to smtp servers.
>
> Anybody Knows what I must do to fix that problem??
> It seems to be somethig related to the Microsoft Script Debuger
>
> For example:
> Call it like: http://servdors/probando.asp?prueba=justtrying
> <%
> myvar = Request("prueba")
> if myvar <>0 then
> Response.write "no error"
> end if
> %>
>
> The error must be "Line 3 ", but it just returns "Cannot open the page"
>
> What can I do?
>
>
> Thanks on Advance
> Best Regards
> Raúl.
>
>
>
>
|
| |
|
| |
 |
Raul

|
Posted: Thu Jul 01 13:29:01 CDT 2004 |
Top |
IIS >> IIS 6.0 Debugging ASP 3.0
This was the problem!!!!!!!
I've just found it in a forum
I'm using spanish Internet explorer
The option was not well translated
It says
"Mostrar mensajes descriptivos de los errores http"
Traslated means: "Show descriptive messages at http errors"
And the correct translation should be "Mostrar algunas descripciones de los
errores http"
Finally it works!!
Thank you very much!!
Regards
Raúl.
"Kristofer Gafvert" <EMail@HideDomain.com> escribió en el mensaje
news:#EMail@HideDomain.com...
> Did you disable "Show Friendly HTTP Errors" in your browser?
>
> --
> Regards,
> Kristofer Gafvert - IIS MVP
> http://www.ilopia.com - When you need help!
>
>
> "Raul Garcia" <EMail@HideDomain.com> wrote in message
> news:EMail@HideDomain.com...
> > Hi All,
> >
> > I've configured the Debug Option to debug any ASP page, but it
> > debugs the 80% of errors.
> >
> > Also try with the IIS5.0 Server Compatibility but no way...
> >
> > Errors like "Connection Errors" or Objects are not processed and the
> request
> > is only a "This Page could not be find" the standard 500 error.
> >
> > Using ASPeMail for example, the errors are not processed, errors like
> > connection to smtp servers.
> >
> > Anybody Knows what I must do to fix that problem??
> > It seems to be somethig related to the Microsoft Script Debuger
> >
> > For example:
> > Call it like: http://servdors/probando.asp?prueba=justtrying
> > <%
> > myvar = Request("prueba")
> > if myvar <>0 then
> > Response.write "no error"
> > end if
> > %>
> >
> > The error must be "Line 3 ", but it just returns "Cannot open the page"
> >
> > What can I do?
> >
> >
> > Thanks on Advance
> > Best Regards
> > Raúl.
> >
> >
> >
> >
>
>
|
| |
|
| |
 |
| |
 |
Index ‹ Web Programming ‹ IIS |
- Next
- 1
- ASP.Net >> Create web page dynamic layoutI have been assigned to build an web application that allows admin staffs to
configure the looks and feels of various parts of a loan application. For
instance, one can set some parameters in a configuration file so that
various blocks of templates appear on the web page the way they want.
Something similar to the web part. Can this be done without the web part?
Would someone give me some ideas
Thanks
Sam
- 2
- ASP.Net >> Data display? (Continued)Since the original thread is marked as answered, I thought I'd post here to
ensure visibility.
Hi John and Steven,
I'm going the dataset route as access doesn't seem to be too keen on that
level of complexity in joins. Anyway, I'm curious as to why it makes more
sense to fill a datatable and then contsruct a new datatable from the first
one. Why not just create a datatable based off of a datareader? To be honest,
I'm not too familiar with the other method of accessing data through a data
table. I'm more used to a forward-only cursor. I invision enumerating through
the datareader and for each entry saying something like,
"If username doens't already have a datarow, create one. Now, add hours to
the appropriate column."
So it would create the row if necessary, and then in either case, would add
the hours. Is there a way to do this type of check? it would avoid the need
to enumerate through the datasource adding all the rows and then re-enumerate
through to add hours.
I guess I'm just not sure of how to enumerate through a datasource which
gives you this level of flexibility. My mental model has always invovled
working around the narrow confines of a foreward only cursor and not a random
access model. Any thoughts?
-Ben
- 3
- ASP.Net >> Namespace Import In Html.....Why?Hello
I used to think I understood namespaces. In an aspx page I have a line that
reads
<%@ Import Namespace="MyCo.Solutions.MyProd.UI.WebForms" %>
I had this in there because when the code was being developed in VS 2003 I
had each codebehind file explicitly declare itself as part of that namespace
and also emptied/blanked out the option to set the namespace in Project
properties. Now here I am in VS 2005 and ive gone the other way. So i took
the above line out of an aspx page but now that page cannot find global_asax
for the following line of code
<link rel="stylesheet" href="<%= Global_asax.GetApplicationPath()
%>styles/main.css" type="text/css">
I dont understand why the namespace import is still now needed because both
this page and global_asax are in the same namespace as defined by project
properties and as verified when I use the MSIL dissassembler tool. Why do I
need to import a namespace when this page and the functionality I wish to
leverage already belong to that namespace??
Thanks
Lenny
- 4
- ASP.Net >> DataAvailable property in TCPClient class misleading in usageHello,
I'm not really sure if this is the best place but I couldn't find a TCP
specific newsgroup.
It appears that the DataAvailable property of the TCPClient is just a test
for whether data is buffered, and does not take into account whether the
socket to the server is still open. While this is technically accurate, data
either is or is not buffered, its not as useful as knowing whether or not
the socket is still open or not.
The sample code in MSDN has a loop testing on DataAvailable, which will
produce a false negative if the server sends data in bursts with delays. It
is useful to know that data is buffered, but its incomplete knowledge. There
is a property on the TCPClient called 'Connected' which be tested as well.
My solution in my sample code is to use the ReadByte(), which is less
efficient but will return -1 when the socket is closed.
http://www.nicecleanexample.com/ViewSnippet.aspx?TID=dotnet_tcpclient1
Thanks,
John
- 5
- Frontpage Client >> Where are the ASP.NET control assemblies?Hi, I have just done a complete reinstall of XP PRO on a new drive and just
finalising settings in FP03. Can someone tell me where I should tell FP to
look for the ASP.NET control assemblies and do I have to set these for each
web site.
Is it C:\WINDOWS\Microsoft.NET\Framework
or
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
I can't find any help with this in FP help nor Knowledge base which is very
annoying.
Cheers
- 6
- ASP.Net >> Question about auto refresh on Page_loadHi All,
I have got a tricky prob here,
Basically I'd like to refresh my aspx page on page load (once only)
I put this following code on Page_load method:
Response.Write("<SCRIPT
language='javascript'>window.location.reload()</SCRIPT>")
but eventually it refresh repeatedly, Is there a way to set it reload
once only?
Thanks a lot for all your inputs
- 7
- ASP/Active Server Pages >> Help with codeCurrently I have a query that brings all the information i need except
for one piece found in another table. My current query looks like:
strConnect = "Driver={Microsoft Access Driver (*.mdb)};
DBQ=\\CALSJ1\PMAPPS\pmdata.mdb"
Set objRecordset = Server.CreateObject ("ADODB.Recordset")
objRecordset.Open "mstJobs", strConnect, adOpenStatic,
adLockOptimistic, adCmdTable
I need to pull the JobName from another table in which both tables have
the JobNumber in common.
I am not sure how what the SQL syntax for doing this would be...
Any help is appreciated.
Thanks
- 8
- IIS >> Localhost site hangs, and don't know how to troubleshootI had numerous sites setup in IIS, all of which draw data from a SQL
Server database. However, they've all just stopped working - the
browser just hangs. At the time, I was just editing the XHTML/CSS of
one of the sites - I did go into the database and alter a field value,
but this couldn't have caused a problem.
I can access www sites fine. I also created a new website in IIS,
with a physical location pointing to a set of flat HTML files, and it
worked fine. However, on trying again this morning, it doesn't work
either.
Thus, I don't know if there's an issue with SQL server, or with IIS,
but I don't know how to troubleshoot, as I have no error message! Any
thoughts?
All I've been able to get is a message from IE saying it couldn't find
the web server localhost, and firefox appears to be tring to access
www.localhost.com when typing 'http://localhost:8080/' into the
address bar.
Thanks,
Iain
- 9
- Frontpage Programming >> SWiSH Files Don't AppearI have SWiSH files in my main directory that I use on
every page. I have created pages that reside in the same
directory, and the page comes up with no problem.
I want to create subfolders and move files into them, but
when I do, I lose the SWiSH files. Active X Properties
still show it as there, but they don't display. I assume
my problem is when the file is in a subdirectory, the
object tags can't be found. WHen I copy the SWiSH files
into the subdirectory, it works fine again.
Rather than having multiple copies of the SWish files all
over the site, how do I tell Frontpage to find the
original SWiSH files?
- 10
- ASP.Net >> CDO.MessageHello,
I'm not able to re-write this code (look below) from vbscript to C#. And I
don't find a manual in the net ... could somebody help me please?
DIM oMessage
oMessage= CreateObject("CDO.Message")
oMessage.From = "test123@domain.com"
oMessage.To = "test@somewhere.com"
oMessage.Subject = "Subject"
oMessage.Textbody = "Content"
oMessage.Send
Thx
Alex
- 11
- Frontpage Programming >> how to make three dropdown lists co-relatea simple database that has one table with three main column
1 Make
2 Model
3 Year
i want three dropdown lists on page to extract data from database
according to the selection by the user, user select make its model and year
of manufacturing and result will be shown accroding to selected make model
and year
How can do it using access as database and frontpage 2003
i have tried dropdown list instruction by spider woman by i am
not able to corelate three dd list together ???
Please help me please
--
aaaaaaaa
- 12
- ASP.Net >> new guy needs some helpHi,
I'm new to asp.net 2.0 and I'm working on creating a web site that allows
user to log into the web site and view information pertaining to them such as
accounts, sales, and other information they are assoicated with. I've been
reading about the membershipAPI and the Logon Controls, which looks like
they'll work, but I have exsiting database (SQL) that already has usernames
and passwords in it from a windows application. So for the web, how can I
create a logon page, validate the user and take show data based on their ID?
Also I'm looking into using Forms Auth, so how can I allow the user to view
all the pages in the web site once they log in?
If someone can point to some examples of this or show some code snippets
that would be great. this is my first web app i'm doing that is allowing
users to log in and i'm not sure how to go about creating it correctly.
- 13
- Frontpage Client >> ECommerce webhost recomendations reqdWe are seriously looking into setting up an online shop for the first time.
Have to consider :
1 Front page extensions
2 ASP
3 Ecommerce - online shop software for small to medium size shop.
4 Secure server - Purchase products online in different currencys....cost
?
Has anyone had experience setting up an online shop and can recommend a
webhost ?
One problem is providing to purchase goods in New Zealand $ currency.
...Prefrably both.
NZed
- 14
- ASP.Net >> Cookies in a FormView/DataGridHello!
I'm trying to make a FormView (using VB.NET) so when a person adds a
new record, one of the fields is automatically filled in with a cookie
value. Right now the code is:
<asp:TextBox ID="EmployeeIDTextBox" runat="server" ReadOnly="True"
Text='<% =Response.Cookies("EmployeeID").Value %>'></asp:TextBox><br />
So, inside the form, instead of the cookie value being displayed, "<%
=Response.Cookies("EmployeeID").Value %>" is being displayed.
Is there a way to stick a cookie value inside a FormView or DataGrid?
Thanks for any help!
- 15
- ASP.Net >> Doubleclick unknown filetype in project tree oddityAt home i can run exe's an my by Windows known special extensions for a
specific application.
At the office i can't seem to run the exe in my ASP.NET folder by
doubleclicking it.
It remains complaining about unknown edittor type.
Can i modify this behaviour it will use the file extension and use windows
to run this 'doc' or exe?
|
|
|