Hi everyone. I don't mean to be a bother on here, but I have an Asp.Net application that I am trying to set up at 1&1. They sent me this link: http://faq.1and1.com/scripting_languages_supported/asp_net/8.html and said to save this file as default.asp and stick it in the root (Changing my domains and stuff).
I did this, but cam getting an error:
Active Server Pages error 'ASP 0129'
Unknown scripting language
/default.asp, line 1
The scripting language 'c#' is not found on the server.
I can't figure out what this issue means, so I wanted to ask if anyone happens to know.
Here are the contents of my default.asp which I did in Dreamweaver. I picked asp.net c#. I just cleared out the directories and domains. Am I missing something, I wasn't sure what the problem could be.
<script runat="server" Language="c#">
public void Page_Init(Object Src, EventArgs E)
{
switch((Request.ServerVariables["HTTP_HOST"]).Replace("www.",""))
{
case "DOMAIN":
Response.Redirect("http://root/subdirectory/default.aspx");
break;
case "DOMAIN":
Response.Redirect("http://root/subdirectory/default.aspx");
break;
case "DOMAIN":
Response.Redirect("http://root/subdirectory/default.aspx");
break;
case "DOMAIN":
Response.Redirect("http://root/subdirectory/default.aspx");
break;
default:
Response.Redirect("");
break;
}
}
</script>
Thanks everyone for your help. I really appreciate it. :)
Google's financial performance remains unaffected by competition from ChatGPT by Pradeep Viswanathan
Today, Alphabet (Google's parent company) announced earnings for the quarter ended June 30, 2025. Overall revenue was $96.4 billion, up 14% YoY, thanks to the strong performance of Google Search & other, YouTube ads, Google subscriptions, platforms, and devices, and Google Cloud. Each of these businesses delivered double-digit growth in Q2.
Google Cloud posted the strongest growth at 32% YoY, driven by the growing momentum of Google Cloud Platform (GCP), which includes AI Infrastructure and Generative AI Solutions. Its annual revenue run-rate is now more than $50 billion. In addition to revenue growth, Alphabet also posted strong margin improvement, reporting an operating income of $31.2 billion, up 32% YoY.
Sundar Pichai, Alphabet CEO, said:
During the earnings call, Sundar Pichai also revealed that the Gemini App now has more than 450 million monthly active users and that daily requests grew by over 50% since the last quarter.
Despite ChatGPT’s explosive growth, Google appears unaffected so far, thanks to the strong financial performance of Google Search and the growing momentum of Gemini. However, it remains to be seen whether Google can hold its ground as ChatGPT increasingly attracts younger users who are turning to it over traditional Google searches.
I care more about ethical LLMs than open source LLMs. Would be great if they declare that the training data was sourced without copyright infringement.
Question
M_Lyons10
Hi everyone. I don't mean to be a bother on here, but I have an Asp.Net application that I am trying to set up at 1&1. They sent me this link: http://faq.1and1.com/scripting_languages_supported/asp_net/8.html and said to save this file as default.asp and stick it in the root (Changing my domains and stuff).
I did this, but cam getting an error:
Active Server Pages error 'ASP 0129'
Unknown scripting language
/default.asp, line 1
The scripting language 'c#' is not found on the server.
I can't figure out what this issue means, so I wanted to ask if anyone happens to know.
Here are the contents of my default.asp which I did in Dreamweaver. I picked asp.net c#. I just cleared out the directories and domains. Am I missing something, I wasn't sure what the problem could be.
Thanks everyone for your help. I really appreciate it. :)
Link to comment
https://www.neowin.net/forum/topic/874124-aspnet-question/Share on other sites
3 answers to this question
Recommended Posts