Imagine you have a site that uses sessions at www.example.com, you don't have your own IP/SSL certificate so you use a shared SSL certificate at https://secure.example.net/example.com/ . How would you make sure sessions work on both the HTTP and HTTPS site.
Hi, everybody1
I have search engine is working if it submitted by click the button, but not by hit the "Enter" on keyboard
What is the reason, ? Im newbie in ASP.NET, please help me take action and fix it.
Hi, Everybody!
I make query for the deleting data with expired date on my database when the user call web application,
DELETE
FROM Table
WHERE CLDate < date();
It is working fine, when delete date that are "<" then today date, but not !!! matter what is the year!!
For Example:
if exp.day...
the error "Microsoft JET Database Engine (0x80004005) The search key was not found in any record. "
Some time occcured in my .asp application. It's fixed after action : Tools-->Utilities-->Compact and Repair Database.
But after submit the form ( update data in DataBase) occured again. Please...
Exception Details: System.InvalidCastException: Cast from type 'DBNull' to type 'String' is not valid.
Line 313: end if
Line 314: publishername = "N/A"
Line 315: if rs.item("publisherid")>0 then publishername = rs.item("publishername")
Line 316: articleid=rs.item("articleid")
Line 317: %>...
I am gettign this error while converting an asp application to asp.net
so it's not has a syntax error, but on out put is like this
The closest chapter to you is
System.__ComObjectSystem.__ComObjectSystem.__ComObject
System.__ComObject
System.__ComObject
System.__ComObject
Website...
I've right some code for ASP VB, and now I go with that code to ASP.NET (.aspx), and errors shows at moment! So, please help me , please!!
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and...
thanks gmmastros ,
but I find the solution!!
new SqlConnection("server=localhost,PORT; database=web1.dbo; trusted_connection=yes;");
PORT- port for your server( in my case I use port for TCP\IP)
thanks))
Hi,
it so strange problem!! I create new databases and tables, managing them from MS VisuaL Studio and SQL server interface tool, but can't use them when call to it from application.
On conn.Open() the compiler show an exception
"An error has occurred while establishing a connection to the...
erorr is
Parser Error Message: Unknown server tag 'asp:'.
Source Error:
Line 42: </td>
Line 43: <td>
Line 44: <asp: RequiredFieldValidator
Line 45: ControlToValidate="UserEmail"
Line 46: Display="Static"
hi, I have 2 files aspx and ascx and compiler return erorr, please help me to resolve that problem
login.ascx
<%@ Control className="login" %>
<%@ Import Namespace="System.Web.Security " %>
<script language="C#" runat="server">
void Login_Click(object sender, EventArgs E)
{
// ...
hi, that global.asax is for authentication aspx page, but compiler return erorr, please check it
<%@ Application Language="C#" %>
using System.Security.Principal;
using System.Web.Security;
protected void Application_AuthenticateRequest(Object sender, EventArgs e)
{
//Fires upon attempting to...
thanks adamroof, you show me the way,
the reason is that
protected HtmlInputControl UserEmail;
protected HtmlInputControl UserPass;
not
protected HTMLInputText UserEmail;)))
it's not helps
Compiler Error Message: CS0246: The type or namespace name 'HTMLInputText' could not be found (are you missing a using directive or an assembly reference?)
Line 13: protected RequiredFieldValidator RequiredFieldValidator2;
Line 14: protected Button Button1;
Line 15...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.